home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / dash.postrm < prev    next >
Text File  |  2008-06-20  |  341b  |  11 lines

  1. #!/bin/sh
  2. set -e
  3.  
  4. test "$1" != 'upgrade' || dpkg --compare-versions "$2" ge 0.5.2-3 || \
  5.   test ! -x /usr/bin/update-menus || exec update-menus
  6. test "$1" != 'remove' || test ! -x /usr/bin/update-menus || exec update-menus
  7. test "$1" = 'purge' || exit 0
  8. test -e /usr/share/debconf/confmodule || exit 0
  9. . /usr/share/debconf/confmodule
  10. db_purge
  11.